www.gusucode.com > XerCMS 携云PHP企业建站程序 v2015PHP源码程序 > XerCMS 携云PHP企业建站程序 v2015/XerCMS_v20150724/XerCMS_v20150724/Install/tpl/init.php

    <?php
/**
 * @name     XERCMS
 * @author   Arno <XerCMS@163.com> [QQ:1328013]
 * @version  1.0.0
 * @link     http://www.XerCMS.com
 */

!defined('XERCMS') && exit('Access Denied');
?>
<!DOCTYPE html><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>安装 - Powered by XerCMS</title>
<script>var XERCMS = '<?php echo $urlpath;?>';</script>
<script src="<?php echo $urlpath;?>Assets/uekit/uekit-1.0.js"></script>
<script src="<?php echo $urlpath;?>Install/res/install.js"></script>
<link rel="stylesheet" href="<?php echo $urlpath;?>Install/res/install.css"/>
</head><body>
<div class="wrap">
  <div class="step"  id="left">
    <div class="logo"><a href="http://www.xercms.com/" target="_blank"><img src="<?php echo $urlpath;?>Assets/images/logo.png" border="0" /></a></div>
    <ul>
	  <li>第一步:环境检查</li>
	  <li>第二步:授权协议</li>
	  <li>第三步:配置参数</li>	
	  <li style="background:#fafafa;width:133px;color:#ff6633;font-weight:800;z-index:9;position:relative;left:2px;">第四步:安装情况</li>		  
	</ul>
  </div>
  <div  id="detail" class="detail"><br/><br/><br/><br/><br/>
<div id="info" style="display:none;font-weight:600;font-size:38px;text-align:center;margin-top:80px">安装成功!</div>
<textarea id="result" style="margin-left:28px;background:#fff;width:580px;height:300px;padding:5px">正在初始化......
</textarea><br/><br/>

<div style="margin:0 auto;width:590px;text-align:center;display:table">
     <a class="button" id="return" style="width:100px;float:none" href="?do=config">返回上一步</a>
     <a class="button" id="admin" style="display:none;width:128px" href="<?php echo $urlpath;?>index.php?s=admin" target="_blank">访问后台</a>
     <a class="button" id="market" style="display:none;margin-left:20px;width:100px"  href="http://market.XerCMS.com" target="_blank">应用市场看看</a>
     <a class="button" id="crash" style="display:none;margin-left:20px;width:100px" href="http://cash.XerCMS.com/" target="_blank">找找威客</a>
     <a class="button" id="label" style="display:none;margin-left:20px;width:100px" href="http://www.xercms.com/docs/basic.html" target="_blank">标签说明</a>
</div>
  <br/><br/><br/>
<div style="text-align:right;position: absolute;right: 15px;bottom: 15px;">Copyright &copy; 2012-2017 XerCMS.com. All rights reserved.</div> 
  </div>
</div>
<script>
function finish() {
     U('#return').hide();
     U('#admin').show();
     U('#market').show();
     U('#crash').show();
     U('#label').show();
     U('#info').show();
     U('#result').hide();
}</script>
</body></html>